Code
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> </head> <body> <ol Type="1"> <li>Gather requirements </li> <li>Check feasibility </li> <li>Requirements sign off </li> <li>Design system </li> <li>Development </li> <li>Testing </li> </ol> <ol Type="a"> <li>Gather requirements </li> <li>Check feasibility </li> <li>Requirements sign off </li> <li>Design system </li> <li>Development </li> <li>Testing </li> </ol> <ol Type="A"> <li>Gather requirements </li> <li>Check feasibility </li> <li>Requirements sign off </li> <li>Design system </li> <li>Development </li> <li>Testing </li> </ol> <ol Type="i"> <li>Gather requirements </li> <li>Check feasibility </li> <li>Requirements sign off </li> <li>Design system </li> <li>Development </li> <li>Testing </li> </ol> <ol Type="I"> <li>Gather requirements </li> <li>Check feasibility </li> <li>Requirements sign off </li> <li>Design system </li> <li>Development </li> <li>Testing </li> </ol> </body> </html>
Output